inherited HexReportDialog: THexReportDialog Caption = 'Hex Compare Report' PixelsPerInch = 96 TextHeight = 13 inherited LayoutLB: TUiListBox Items.WideStrings = ( 'Side-by-side' 'Summary') end inherited ReportGroupBox: TUiGroupBox object DisplayFilterPanel: TUiPanel Left = 2 Top = 15 Width = 381 Height = 58 Align = alTop BevelOuter = bvNone TabOrder = 0 object DisplayFilterEdit: TUiComboBox Left = 6 Top = 8 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = SomethingChangedClick end end object LayoutPageControl: TUiPageControl Left = 2 Top = 73 Width = 381 Height = 54 ActivePage = tsSideBySide Align = alClient Style = tsFlatButtons TabOrder = 1 TabStop = False object tsSideBySide: TUiTabSheet TabVisible = False object IncludeNumsEdit: TUiCheckBox Left = 2 Top = 0 Height = 17 Caption = 'Include byte addresses' TabOrder = 0 OnClick = SomethingChangedClick end end object tsNone: TUiTabSheet TabVisible = False end end end end